home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / hishi_game.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-17  |  82b  |  7 lines

  1. on(release){
  2.    if(_currentframe == "6")
  3.    {
  4.       gotoAndPlay(31);
  5.    }
  6. }
  7.